Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Facebook Graph API v5.4.2 #22

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

teldosas
Copy link
Contributor

define('FACEBOOK_SDK_V4_SRC_DIR', __DIR__ . '/../include/facebook-php-sdk-v4/src/Facebook/');
require_once(__DIR__ . '/../include/facebook-php-sdk-v4/autoload.php');
define('FACEBOOK_SDK_V4_SRC_DIR', __DIR__ . '/../include/php-graph-sdk/src/Facebook');
require_once(__DIR__ . '/../include/php-graph-sdk/src/Facebook/autoload.php');

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The autoloader was removed on facebookarchive/php-graph-sdk@877e977. Maybe set branch = 5.4 on .gitmodules fix this.

Copy link
Contributor Author

@teldosas teldosas Nov 29, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @phelipebf
As shown here the submodule php-graph-sdk references facebookarchive/php-graph-sdk@2839246 which is identical to branch 5.4.

This helped me to better understand git submodules.

Should I set branch =5.4 on .gitmodules anyway?

Copy link

@phelipebf phelipebf Nov 29, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not necessary @teldosas. Forgive my lack of attention. Your commit 0e8707c deal with this.

@teldosas
Copy link
Contributor Author

I resolved conflicts here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants